SQL injection attack, querying the database type and version on Oracle
This lab contains a SQL injection vulnerability in the product category filter. You can use a UNION attack to retrieve the results from an injected query.
To solve the lab, display the database version string.
SQL injection attack, querying the database type and version on Oracle https://siunam321.github.io/ctf/portswigger-labs/SQL-Injection/sqli-7/ https://portswigger.net/web-security/sql-injection/cheat-sheet
' UNION ALL SELECT NULL,banner FROM v$version-- -